GRAB

Syntax: GRAB (bytes) 
Location: TinyToolkit

GRAB is a function which reserves a specified amount of space in the common heap area of memory for use and returns the start address of the allocated area.

CROSS-REFERENCE:
With GRAB (unlike ALCHP), reserved memory can only be given back to QDOS for other purposes with RELEASE.
Although GRAB is comparable to RESPR in this respect, it will work with jobs in memory just like ALCHP. See also RESERVE.
